home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / making random light of it < prev    next >
Text File  |  1999-06-15  |  625b  |  29 lines

  1. Category: Andrew's Filters 24
  2. Title: Making Random Light Of It...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: MaRaLght.8bf
  6.  
  7. R:src(x+val(0,-100,100),y,rnd(0,2))>src(x,y,rnd(0,2))?src(x,y,rnd(0,2))+ctl(1):src(x,y,rnd(0,2))
  8.  
  9. G:src(x+val(2,-100,100),y,rnd(0,2))>src(x,y,rnd(0,2))?src(x,y,rnd(0,2))+ctl(3):src(x,y,rnd(0,2))
  10.  
  11. B:src(x+val(4,-100,100),y,rnd(0,2))>src(x,y,rnd(0,2))?src(x,y,rnd(5,2))+ctl(1):src(x,y,rnd(0,2))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red x
  16. ctl[1]: Red Amount
  17. ctl[2]: Green x
  18. ctl[3]: Green Amount
  19. ctl[4]: Blue x
  20. ctl[5]: Blue Amount
  21.  
  22. val[0]: 131
  23. val[1]: 51
  24. val[2]: 189
  25. val[3]: 45
  26. val[4]: 220
  27. val[5]: 221
  28.  
  29.